Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typechecked should be a boolean #532

Merged
merged 7 commits into from
Dec 16, 2024
Merged

Typechecked should be a boolean #532

merged 7 commits into from
Dec 16, 2024

Conversation

henryfauna
Copy link
Contributor

@henryfauna henryfauna commented Dec 16, 2024

Problem

The typechecked option is marked as a string in the create database command definition.

Solution

Make it a boolean.

Result

The create database command reflects the correct types of its options.

Testing

Added a test to ensure we spit out an error if a boolean is not given.

@henryfauna henryfauna marked this pull request as ready for review December 16, 2024 20:50
@henryfauna henryfauna requested a review from a team as a code owner December 16, 2024 20:50
@henryfauna henryfauna merged commit c540df6 into v3 Dec 16, 2024
4 checks passed
@henryfauna henryfauna deleted the typechecked-is-bool branch December 16, 2024 21:36
@mwilde345 mwilde345 mentioned this pull request Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants